From: Nikos Mavrogiannopoulos Date: Sat, 18 May 2024 18:55:12 +0000 (+0200) Subject: luci-proto-openconnect: register as simply openconnect X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=46a2acac92adff44eedf8bd33820c8c30e50b64d;p=project%2Fluci.git luci-proto-openconnect: register as simply openconnect This is no longer a client implementing CISCO anyconnect. Many other protocols are present. Signed-off-by: Nikos Mavrogiannopoulos --- diff --git a/protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js b/protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js index 3a777008b1..6ff530eb40 100644 --- a/protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js +++ b/protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js @@ -62,7 +62,7 @@ function validateCert(priv, section_id, value) { return network.registerProtocol('openconnect', { getI18n: function() { - return _('OpenConnect (CISCO AnyConnect)'); + return _('OpenConnect'); }, getIfname: function() {